from_json

pure static function from_json(json: text): gtv

Decodes a gtv from a JSON string representation.

Since

0.9.0

Parameters

json

JSON string to decode


pure static function from_json(json: json): gtv

Decodes a gtv from a json representation.

Since

0.9.0

Parameters

json

json to decode